home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / gnuinfo_920712.lha / README-INFO < prev    next >
Text File  |  1992-07-12  |  3KB  |  63 lines

  1. This is source and executable for GNU Info, called InfoView on AmigaDOS
  2. to not collide with the Info command which reports disk usage under AmigaDOS.
  3. Please read the accompanying COPYING file!
  4.  
  5. InfoView is used to view GNU manuals that have been written in texinfo
  6. format, and have been converted with the makeinfo tool for use by InfoView.
  7. You may as well print such documents by processing them with TeX.
  8.  
  9. InfoView requires a termcap library. I used the one provided in 4.3bsd-net2,
  10. and this one requires you to place the file `termcap' into
  11.   usr:share/misc/termcap
  12.   (which ixemul.library maps into /usr/share/misc/termcap)
  13.  
  14. The path compiled into InfoView where to look for *.info* files is currently
  15. set to `.:/gcc20/info:/gcc/info', which is what is used later in the AmigaDOS
  16. gcc-2.2.2 distribution. If you want to override, set the environment variable
  17. INFOPATH.
  18.  
  19.  
  20. The included executable requires ixemul.library to be installed somewhere
  21. in your library search path (the LIBS: assign).
  22.  
  23.  
  24. Quick installation guide
  25. ------------------------
  26. - if you don't have one, create a directory and assign usr: to it
  27. - make a directory usr:share/misc, and copy the termcap file there
  28. - create a directory where you'll collect GNU info files. If you'd like
  29.   to use the provided executable without recompiling and/or setting an
  30.   environment variable, this directory should be gcc:info.
  31. - copy the contents of the info directory in your info directory, if you
  32.   like to install the short info tuturial (recommended!).
  33. - copy the provided ixemul.library into your LIBS: directory. Note that
  34.   this version replaces the one distributed in gcc21-920420.lha and
  35.   older archives!
  36.  
  37. The assign to usr: should be made in your s:user-startup file
  38. (s:startup-sequence for 1.3 users), if you plan to use InfoView on a 
  39. regular basis.
  40.  
  41.  
  42. Currently known problems
  43. ------------------------
  44. - if you change the window size, the window will only be updated when you
  45.   hit a key (for example ^L). This is a problem inside ixemul.library and
  46.   will hopefully be fixed in the future (means you don't need a newer
  47.   version of InfoView, just update the library).
  48. - the s)earch command seems to be broken. It writes over innocent memory,
  49.   which can cause either (recoverable) GURU alerts or display an abort
  50.   requester saying that memory has been corrupted. It is rather difficult
  51.   or nearly impossible to fix this bug without a debugger, which I don't
  52.   have yet for amigados.
  53.  
  54.  
  55. If you find bugs, please tell me about them, I'll try to fix them when
  56. ever possible. You can reach me at one of the following addresses:
  57.  
  58. <wild@nessie.cs.id.ethz.ch>
  59. <wild@amiga.physik.unizh.ch>
  60.  
  61.  
  62. -Markus Wild
  63.